From: Jyrki Gadinger Date: Wed, 26 Mar 2025 10:00:41 +0000 (+0100) Subject: gui/tray: change the status icon background colour again X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2^2~65^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b1e1f6f0e8bf0b0bb06d985021ea10b97fe82692;p=nextcloud-desktop.git gui/tray: change the status icon background colour again As discussed, it's supposed to be the same colour as the header background indeed... Signed-off-by: Jyrki Gadinger --- diff --git a/src/gui/tray/CurrentAccountHeaderButton.qml b/src/gui/tray/CurrentAccountHeaderButton.qml index 4b646ed95..7ea3adb42 100644 --- a/src/gui/tray/CurrentAccountHeaderButton.qml +++ b/src/gui/tray/CurrentAccountHeaderButton.qml @@ -173,7 +173,7 @@ Button { && UserModel.currentUser.status !== UserStatus.Offline width: Style.accountAvatarStateIndicatorSize + + Style.trayFolderStatusIndicatorSizeOffset height: width - color: "white" + color: root.parentBackgroundColor anchors.bottom: currentAccountAvatar.bottom anchors.right: currentAccountAvatar.right radius: width * Style.trayFolderStatusIndicatorRadiusFactor